FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.8 Assembly / C1.Win.FlexReport.Chart Namespace / ChartObjectCollection<T> Class
Properties Methods Events


In This Topic
    ChartObjectCollection<T> Class Members
    In This Topic

    The following tables list the members exposed by ChartObjectCollection<T>.

    Public Properties
     NameDescription
    Public PropertyGets the number of elements in the collection.  
    Public PropertyGets the element at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAssigns (copies) items from another ChartObjectCollection to the current collection.  
    Public MethodDetermines whether the collection contains a specific item.  
    Public MethodCopies the elements of the collection to an System.Array, starting at a particular array index.  
    Public MethodGets the index of the element.  
    Top
    Protected Methods
     NameDescription
    Protected MethodAdds an item to the ChartObjectCollection<T>.  
    Protected MethodInserts an item to the ChartObjectCollection<T> at the specified index.  
    Protected MethodRemoves the ChartObjectCollection<T> item at the specified index.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the collection or its item has changed.  
    Top
    See Also